﻿COUNTRIES = {
	#EXAMPLE
	#c:DUA = {
	#	set_next_election_date = yyyy.m.d #If wanted
	#	
	#	effect_starting_technology_tier_#_tech = yes #1 highest, 7 lowest
	#	add_technology_researched = techkey #any extra tech beyond the tier
	#	
	#	set_tax_level = very_low/low/medium/high/very_high #default medium
	#	
	#	add_taxed_goods = g:tradegoodkey #if wanted
	#	add_discouraged_goods = g:tradegoodkey #if wanted
	#	
	#	set_market_capital = STATE_KEY #defaults to capital state
	#	
	#	#Default laws are laws at top of each law screen
	#	effect_starting_politics_liberal/conservative/reactionary/traditional #if wanted for base set of laws
	#	activate_law = law_type:law_key #for custom law setups or to change from base law scripted effect, suggest keep in order
	#	
	#	set_institution_investment_level = { #default institution level is 1 if appropriate law is active
	#		institution = institution_key
	#		level = 1-5
	#	}
	#	
	#	set_ruling_interest_groups = { #set country's ruling interest group(s), preferred
	#		ig_key
	#		ig_key
	#		ig_key
	#	}
	#	
	#	ig:ig_key = { #optional
	#		add_ruling_interest_group = yes #alternate way to set ruling interest groups
	#		set_interest_group_name = ig_name_key #if want different name from default
	#		remove_ideology = ideology_key #remove ig's base ideology
	#		add_ideology = ideology_key #add alternate ideology
	#		set_ig_bolstering = yes #optional
	#		set_ig_suppression = yes #optional
	#	}
	#	
	#	add_journal_entry = { type = je_key } #for any starting special journal entries
	#	
	#	trigger_event = { #for any starting events
	#		id = event_key
	#	}
	#	
	#	add_modifier = { #for any starting modifiers, suggest starting event with modifiers in tooltip to let players know
	#		name = modifier_key
	#		duration = -1 #in days -1 is permanent
	#	}
	#	
	#	#any other starting effects
	#}
	
	c:SBR = { #Sibir
		effect_starting_technology_tier_4_tech = yes
		activate_law = law_type:law_feudal_armies
		effect_starting_politics_traditional = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = { 
			set_interest_group_name = ig_sunni_madrasahs
		}
	}
	
	c:YAK = { #Yakutia
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_3 = yes
		effect_starting_politics_traditional = yes
	}
	
	c:SIB = { #Siberia
		effect_starting_technology_tier_7_tech = yes
		effect_native_conscription_3 = yes
		effect_starting_politics_traditional = yes
	}
}
